From edd153e966212a395c1969dfafdcf034e810214b Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 15 Feb 2024 21:06:55 +0000 Subject: [PATCH] Disable neon. Gbp-Pq: Name disable-neon.patch --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 57cd267..178a2c1 100644 --- a/configure.ac +++ b/configure.ac @@ -226,9 +226,9 @@ case $target_cpu in if test x"$disable_arm" != x"yes"; then AC_DEFINE(HAVE_ARM, 1, [Support ARM instructions]) - AX_CHECK_COMPILE_FLAG(-mfpu=neon, [ - AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions]) - ax_cv_support_neon_ext=yes], []) + #AX_CHECK_COMPILE_FLAG(-mfpu=neon, [ + # AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions]) + # ax_cv_support_neon_ext=yes], []) AC_ARG_ENABLE(thumb, [AS_HELP_STRING([--enable-thumb], -- 2.30.2